예제 #1
0
 public string GetMax(string field, string field1, int value)
 {
     try
     {
         return(baseFacade.FindByMax(field, field1, value.ToString()).ToString());
     }
     catch (FacadeException e)
     {
         throw new BOException("Can not execute the GetMax method: " + e.Message);
     }
 }