Exemplo n.º 1
0
 public bool Insert(Master_H model)
 {
     return(master_HRepository.Insert(model));
 }
Exemplo n.º 2
0
 public IHttpActionResult PostMaster_H(Master_H obj)
 {
     return(Ok(master_HService.Insert(obj)));
 }