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