Beispiel #1
0
 internal int UpdateOTperiodic_ByDate(DateTime fromDate, DateTime toDate, string OCODE)
 {
     return(objCtx_DAL.UpdateOTperiodic_ByDate(fromDate, toDate, OCODE));
 }