stashinskii / BankAccountSystem

Solution for Bank Account System with 3-Layer Architecture: BLL, DAL, Presentation Layer (+ Dependency Resolver & Tests)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bank Account System

Basic features includes:

  • Get list of accounts and holders
  • Wirthdraw and deposit
  • Get information about holder, etc.

Solution includes next Data Access providers: DAL.EntityFramework and DAL.Fake (Simple collection)

Module Links
BLL Implementation BLL
BLL Prototype BLL.Interface
Entity Framework Storage DAL.EntityFramework
Fake Repository DAL.Fake
DAL Prototype DAL.Interface
IoC-container config (Ninject) DependencyResolver
Console UI ConsolePL
Next iteration, soon:
ASP.NET MVC UI MVCPL

About

Solution for Bank Account System with 3-Layer Architecture: BLL, DAL, Presentation Layer (+ Dependency Resolver & Tests)


Languages

Language:C# 100.0%