Exemple #1
0
 public void Insert(ManagerUser managerUser)
 {
     _managerUserRepository.Insert(managerUser);
 }