Skip to content

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

Notifications You must be signed in to change notification settings

stashinskii/BankAccountSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 

Repository files navigation

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)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages