Ejemplo n.º 1
0
 public CustomerDTO GetCustomerbyID(int id)
 {
     try
     {
         return(_ICustomerDAL.GetCustomerByIDFromDB(id));
     }
     catch (Exception)
     {
         throw;
     }
 }