Esempio n. 1
0
 public void Add(Service service)
 {
     _context.Add(service);
 }
Esempio n. 2
0
 public void Add(ServiceProviderType serviceProviderType)
 {
     _context.Add(serviceProviderType);
 }
Esempio n. 3
0
 public void Add(InactiveDay days)
 {
     _context.Add(days);
 }
Esempio n. 4
0
 public void AddServiceServiceType(ServiceServiceTypes serviceServiceTypes)
 {
     _context.Add(serviceServiceTypes);
 }
Esempio n. 5
0
 public void Add(DefaultCalendar calendar)
 {
     _context.Add(calendar);
 }
Esempio n. 6
0
 public void AddClientReviewAsync(ClientReviews review)
 {
     _context.Add(review);
 }
Esempio n. 7
0
 public void Add(ServiceProvider serviceProvider)
 {
     _context.Add(serviceProvider);
 }
Esempio n. 8
0
 public void Add(ServiceCategory serviceCategory)
 {
     _context.Add(serviceCategory);
     _context.SaveChanges();
 }
Esempio n. 9
0
 public void Add(UserDeviceInformations information)
 {
     _context.Add(information);
 }