public bool Insert(Master_D model) { return(master_DRepository.Insert(model)); }
public IHttpActionResult PostMaster_H(Master_D master_D) { return(Ok(master_DService.Insert(master_D))); }