コード例 #1
0
ファイル: Admin.cs プロジェクト: veerumarch24/Site_Mang
 public List <Labour_Payments> Insert_Update_Labour_Payments(Labour_Payments objEntity)
 {
     return(SqlHelpers.GetObjects <Labour_Payments>(Util.Env, CommandFactory.Insert_Update_Labour_Payments(objEntity), AdminObjectFactory.Insert_Update_Labour_Payments_Factory));
 }