public District Add(District district) { _context.DistrictItems.Add(district); _context.SaveChanges(); return(district); }
public Province Add(Province province) { _context.ProvinceItems.Add(province); _context.SaveChanges(); return(province); }
public Address Add(Address address) { _context.AddressItems.Add(address); _context.SaveChanges(); return(address); }
public User Add(User user) { _context.UserItems.Add(user); _context.SaveChanges(); return(user); }
public LogisticOtherService Add(LogisticOtherService logisticOtherService) { _context.LogisticOtherServiceItems.Add(logisticOtherService); _context.SaveChanges(); return(logisticOtherService); }
public RajaOngkirCity Add(RajaOngkirCity rajaOngkirCity) { _context.RajaOngkirCityItems.Add(rajaOngkirCity); _context.SaveChanges(); return(rajaOngkirCity); }
public Regency Add(Regency regency) { _context.RegencyItems.Add(regency); _context.SaveChanges(); return(regency); }
public LogisticPacket Add(LogisticPacket logisticPacket) { _context.LogisticPacketItems.Add(logisticPacket); _context.SaveChanges(); return(logisticPacket); }
public UserRole Add(UserRole userRole) { _context.UserRoleItems.Add(userRole); _context.SaveChanges(); return(userRole); }
public Country Add(Country country) { _context.CountryItems.Add(country); _context.SaveChanges(); return(country); }
public LogisticFareIdentity Add(LogisticFareIdentity logisticFareIdentity) { _context.LogisticFareIdentityItems.Add(logisticFareIdentity); _context.SaveChanges(); return(logisticFareIdentity); }
public LogisticServiceFare Add(LogisticServiceFare logisticFareNominal) { _context.LogisticServiceFarelItems.Add(logisticFareNominal); _context.SaveChanges(); return(logisticFareNominal); }
public RajaOngkirProvince Add(RajaOngkirProvince rajaOngkirProvince) { _context.RajaOngkirProvinceItems.Add(rajaOngkirProvince); _context.SaveChanges(); return(rajaOngkirProvince); }