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