Exemplo n.º 1
0
 public static void AddLevel2(TypeLevel2Ent ent, string userName)
 {
     TypeDat.usp_34_CommitType_AddLevel2(ent, userName);
 }
Exemplo n.º 2
0
 public static List <TypeEnt> GetLevel2(int Level1_PK)
 {
     return(TypeDat.usp_32_CommitType_GetLevel2(Level1_PK));
 }
Exemplo n.º 3
0
 public static void UpdateLevel2(TypeLevel2Ent ent, string userName)
 {
     TypeDat.usp_33_CommitType_UpdateLevel2(ent, userName);
 }
Exemplo n.º 4
0
 public static List <TypeEnt> GetLevel1()
 {
     return(TypeDat.usp_31_CommitType_GetLevel1());
 }