public BHKType AddBHKType(BHKType bhkType) { // throw new NotImplementedException(); this._unitOfWork.BHKTypeRepository.Add(bhkType); this._unitOfWork.Save(); return(bhkType); }
public IActionResult AddBHKType(BHKType bhktype) { //UserService service = new UserService(); return(Ok(_bhktypeService.AddBHKType(bhktype))); }