Пример #1
0
 public bool Insert(Master_H model)
 {
     return(master_HRepository.Insert(model));
 }
Пример #2
0
 public IHttpActionResult PostMaster_H(Master_H obj)
 {
     return(Ok(master_HService.Insert(obj)));
 }