public Result <int> Delete(int id) { return(_repositoryCommand.Delete(id)); }
public async Task Delete(string id) { await _userCommand.Delete(id); }