Interface ApplicationService_FluentValidation_Tests.IMyAppService
Assembly: Volo.Abp.FluentValidation.Tests.dll
Syntax
public interface ApplicationService_FluentValidation_Tests.IMyAppService
Methods
Declaration
Task<string> MyMethodAsync(ApplicationService_FluentValidation_Tests.MyMethodInput input)
Parameters
Returns
| Type |
Description |
| System.Threading.Tasks.Task<TResult><string> |
|
Declaration
Task<string> NotValidateMyMethod(ApplicationService_FluentValidation_Tests.MyMethodInput4 input)
Parameters
Returns
| Type |
Description |
| System.Threading.Tasks.Task<TResult><string> |
|
Extension Methods