Esempio n. 1
0
 //	Add Shift
 public static bool ThemCaLamViec(List <PHAN_CA> pc)
 {
     for (int i = 0; i < pc.Count; i++)
     {
         PHAN_CA.insert(pc[i]);
     }
     return(true);
 }
Esempio n. 2
0
 //	Add Shift
 public static bool ThemCaLamViec(PHAN_CA pc)
 {
     PHAN_CA.insert(pc);
     return(true);
 }