public static void Update(TMSLeacturedDetails tMSLeacturedDetails, DbTransaction transaction)
 {
     tMSLeacturedDetails.Update(transaction);
 }
Пример #2
0
 public static void Update(TMSLeacturedDetails tMSLeacturedDetails, DbTransaction transaction)
 {
     tMSLeacturedDetails.Update(transaction);
 }
 public static void Update(TMSLeacturedDetails tMSLeacturedDetails)
 {
     tMSLeacturedDetails.Update();
 }
Пример #4
0
 public static void Update(TMSLeacturedDetails tMSLeacturedDetails)
 {
     tMSLeacturedDetails.Update();
 }