Exemplo n.º 1
0
 public string GenerateNo3(string code)
 {
     try
     {
         return(baseFacade.GenerateNo3(code));
     }
     catch (FacadeException fx)
     {
         throw new BOException("Cannot find" + fx.Message);
     }
 }