コード例 #1
0
 public string GenerateNo(string code)
 {
     try
     {
         return(baseFacade.GenerateNo(code));
     }
     catch (FacadeException fx)
     {
         throw new BOException("Cannot find" + fx.Message);
     }
 }