Esempio n. 1
0
 public bool Delete(string Id)
 {
     try
     {
         return(_userunitofwork.DeleteUser(Guid.Parse(Id)));
     }
     catch
     {
         throw new Exception();
     }
 }