Example #1
0
 public static bool ultMov(CL_Est objEst, string con)
 {
     return(DB_Movest.ultMov(objEst, con));
 }
Example #2
0
 public static List <CL_Movest> buscaMovest(string mov_nfisc, string con)
 {
     return(DB_Movest.buscaMovest(mov_nfisc, con));
 }