public void Delete(OutwardInterShop outward) { _OutwardInterShopRepository.Delete(outward); _unitOfWork.Commit(); }
public void CreateOutwardInterShop(OutwardInterShop outwardintershop) { _OutwardInterShopRepository.Add(outwardintershop); _unitOfWork.Commit(); }