mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Add missing navigation parameters.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#nullable enable
|
||||
|
||||
namespace Marechai.App.Presentation.Models;
|
||||
|
||||
public class SoundSynthDetailNavigationParameter
|
||||
{
|
||||
public int SoundSynthId { get; set; }
|
||||
public object? NavigationSource { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user