Example #1
0
        /// <summary>
        /// Initializes a new instance of the <see cref="TaxReturnRepository"/> class.
        /// </summary>
        public TaxReturnRepository()
        {
            taxReturnDataService = new TaxReturnDataService();
            messageRepository    = new MessagesRepository();

            paymentDataService = new PaymentDataService();
        }
Example #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="W2Repository"/> class.
 /// </summary>
 public TaxesAndWrapUpRepository()
 {
     taxReturnDataService   = new TaxReturnDataService();
     messageRepository      = new MessagesRepository();
     personalInfoRepository = new PersonalInfoRepository();
 }
 public OtherIncomeRepository()
 {
     taxReturnDataService = new TaxReturnDataService();
     messageRepository    = new MessagesRepository();
     mAuditRepository     = new AuditRepository();
 }