Пример #1
0
 public static int Delete_VoyageNo(int Userid, int id)
 {
     return(DAL_OPS_VoyageReports.OPS_Delete_VoyageNo_DL(Userid, id));
 }