示例#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();
 }
 public LoadCarrierTableOps()
 {
     this.table = new CommonTable();
 }
示例#4
0
 public AppleDepTableOperations()
 {
     this.table = new CommonTable();
 }
 public ReturnForCreditTableOperations()
 {
     this.table = new CommonTable();
 }
示例#6
0
 public MaterialDeliveryTableOperations()
 {
     this.table = new CommonTable();
 }