public static void Update(TMSLeacturedDetails tMSLeacturedDetails, DbTransaction transaction)
 {
     tMSLeacturedDetails.Update(transaction);
 }
Example #2
0
 public static void Update(TMSLeacturedDetails tMSLeacturedDetails, DbTransaction transaction)
 {
     tMSLeacturedDetails.Update(transaction);
 }
 public static void Update(TMSLeacturedDetails tMSLeacturedDetails)
 {
     tMSLeacturedDetails.Update();
 }
Example #4
0
 public static void Update(TMSLeacturedDetails tMSLeacturedDetails)
 {
     tMSLeacturedDetails.Update();
 }