Beispiel #1
0
 public string GenerateNo1(string code, int ClassID)
 {
     try
     {
         return(baseFacade.GenerateNo1(code, ClassID));
     }
     catch (FacadeException fx)
     {
         throw new BOException("Cannot find" + fx.Message);
     }
 }