14 changed files with 50 additions and 30 deletions
@ -1,6 +1,6 @@ |
|||
namespace LINGYUN.Abp.AspNetCore.Mvc.Localization |
|||
{ |
|||
public class GetWithFilter |
|||
public class GetLanguageWithFilterDto |
|||
{ |
|||
public string Filter { get; set; } |
|||
} |
|||
@ -0,0 +1,7 @@ |
|||
namespace LINGYUN.Abp.AspNetCore.Mvc.Localization |
|||
{ |
|||
public class GetResourceWithFilterDto |
|||
{ |
|||
public string Filter { get; set; } |
|||
} |
|||
} |
|||
Loading…
Reference in new issue