public static void Update(TMSOtherDepartment tMSOtherDepartment, DbTransaction transaction)
 {
     tMSOtherDepartment.Update(transaction);
 }
Exemplo n.º 2
0
 public static void Update(TMSOtherDepartment tMSOtherDepartment, DbTransaction transaction)
 {
     tMSOtherDepartment.Update(transaction);
 }
 public static void Update(TMSOtherDepartment tMSOtherDepartment)
 {
     tMSOtherDepartment.Update();
 }
Exemplo n.º 4
0
 public static void Update(TMSOtherDepartment tMSOtherDepartment)
 {
     tMSOtherDepartment.Update();
 }