Ejemplo n.º 1
0
        public ViewResult ShowData()
        {
            CommonTable ct = new CommonTable
            {
                fname = "Александр",
                lname = "Шиманский",
                title = "qq"
            };
            List <CommonTable> ct1 = new List <CommonTable> {
                ct, ct
            };

            return(View(ct1));
        }
 public PackCheckTableOperations()
 {
     this.table = new CommonTable();
 }
Ejemplo n.º 3
0
 public LoadCarrierTableOps()
 {
     this.table = new CommonTable();
 }
Ejemplo n.º 4
0
 public AppleDepTableOperations()
 {
     this.table = new CommonTable();
 }
 public ReturnForCreditTableOperations()
 {
     this.table = new CommonTable();
 }
Ejemplo n.º 6
0
 public MaterialDeliveryTableOperations()
 {
     this.table = new CommonTable();
 }