Exemple #1
0
 public EditAccount GetForEdit(long id)
 {
     return(_accountRepo.GetForEdit(id));
 }