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