Exemplo n.º 1
0
 public int InsertServiceNotes(string JobID, string Notes, string User)
 {
     return(fieldService.InsertServiceNotes(JobID, Notes, User));
 }