Exemplo n.º 1
0
 public void AddFacade(string numberModule, ProductType type)
 {
     try
     {
         _blService.AddFacade(numberModule, type);
     }
     catch (ArgumentException exp)
     {
         throw exp;
     }
     UpdateTotalModules(type);
 }