示例#1
0
 public async Task <ValidateService <APIResponseEnum> > AddStore(StoreEntity storeDetail)
 {
     return(await ListManager.AddStore(storeDetail));
 }