Exemplo n.º 1
0
 public void EnsureIdentityDefaults(int customerID)
 {
     try
     {
         ExigoDAL.EnsureCalendar(customerID);
     }
     catch { }
 }