Esempio n. 1
0
 public CustomList <OTSlab> GetAllOTSlab()
 {
     return(OTSlab.GetAllOTSlab());
 }
Esempio n. 2
0
 public CustomList <OTSlab> GetAllOTSlab(string otSlabID)
 {
     return(OTSlab.GetAllOTSlab(otSlabID));
 }