Beispiel #1
0
 public bool Insert(AboutUsInfo model)
 {
     AboutUsDAL obj = new AboutUsDAL();
     return obj.Insert(model);
 }
Beispiel #2
0
 public bool Set(AboutUsInfo model)
 {
     AboutUsDAL obj = new AboutUsDAL();
     return obj.Set(model);
 }
Beispiel #3
0
 public AboutUsInfo Get(AboutUsInfo model)
 {
     AboutUsDAL obj = new AboutUsDAL();
     return obj.Get(model);
 }