Add project files.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using Core.Cerberos.Adapters.Common.Enums;
|
||||
using Lib.Architecture.BuildingBlocks;
|
||||
|
||||
namespace Core.Cerberos.Application.UseCases.Roles.Input
|
||||
{
|
||||
public class RemoveApplicationFromRoleRequest : Notificator, ICommand
|
||||
{
|
||||
public string RoleId { get; set; }
|
||||
public ApplicationsEnum Application { get; set; }
|
||||
public bool Validate()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user