예제 #1
0
 public Persona Add(Persona persona)
 {
     try
     {
         return(repository.AddT(persona));
     }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }