.
This commit is contained in:
15
Web/public/doc-code/application/interface.cs
Normal file
15
Web/public/doc-code/application/interface.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Ewide.Application.Service
|
||||
{
|
||||
public interface Interface
|
||||
{
|
||||
Task<dynamic> Page(DtoPageInput input);
|
||||
|
||||
Task Add(DtoAddInput input);
|
||||
|
||||
Task Update(DtoUpdateInput input);
|
||||
|
||||
Task Delete(DtoDeleteInput input);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user