Exemplo n.º 1
0
        public static View_CustomerInformation CreateView_CustomerInformation(string acctNum, string customerID, string firstName, string lastName)
        {
            View_CustomerInformation view_CustomerInformation = new View_CustomerInformation();

            view_CustomerInformation.AcctNum    = acctNum;
            view_CustomerInformation.CustomerID = customerID;
            view_CustomerInformation.FirstName  = firstName;
            view_CustomerInformation.LastName   = lastName;
            return(view_CustomerInformation);
        }
Exemplo n.º 2
0
 public void AddToView_CustomerInformation(View_CustomerInformation view_CustomerInformation)
 {
     base.AddObject("View_CustomerInformation", view_CustomerInformation);
 }
Exemplo n.º 3
0
 public static View_CustomerInformation CreateView_CustomerInformation(string acctNum, string customerID, string firstName, string lastName)
 {
     View_CustomerInformation view_CustomerInformation = new View_CustomerInformation();
     view_CustomerInformation.AcctNum = acctNum;
     view_CustomerInformation.CustomerID = customerID;
     view_CustomerInformation.FirstName = firstName;
     view_CustomerInformation.LastName = lastName;
     return view_CustomerInformation;
 }
Exemplo n.º 4
0
 public void AddToView_CustomerInformation(View_CustomerInformation view_CustomerInformation)
 {
     base.AddObject("View_CustomerInformation", view_CustomerInformation);
 }