コード例 #1
0
 public bool DeleteWorkerAccount(string id)
 {
     return(_accountsRepository.DeleteWorkerAccount(id) > 0);
 }