Example #1
0
 public void Delete(ServiceProviderType serviceProviderType)
 {
     _context.Remove(serviceProviderType);
 }
Example #2
0
 public void Delete(Service service)
 {
     _context.Remove(service);
 }
Example #3
0
 public void DeleteServiceServiceType(ServiceServiceTypes serviceServiceTypes)
 {
     _context.Remove(serviceServiceTypes);
 }
Example #4
0
 public void Delete(InactiveDay days)
 {
     _context.Remove(days);
 }
Example #5
0
 public void Delete(DefaultCalendar calendar)
 {
     _context.Remove(calendar);
 }
Example #6
0
 public void Delete(ServiceProvider serviceProvider)
 {
     _context.Remove(serviceProvider);
 }