Ejemplo n.º 1
0
 public Empresa Create(Empresa entity)
 {
     try
     {
         //entity.UserID = _userID;
         return(repository.Create(entity));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }