예제 #1
0
 public Result <int> Delete(int id)
 {
     return(_repositoryCommand.Delete(id));
 }
예제 #2
0
 public async Task Delete(string id)
 {
     await _userCommand.Delete(id);
 }