Example #1
0
 public bool Insert(Master_D model)
 {
     return(master_DRepository.Insert(model));
 }
Example #2
0
 public IHttpActionResult PostMaster_H(Master_D master_D)
 {
     return(Ok(master_DService.Insert(master_D)));
 }