Ejemplo n.º 1
0
 public BusinessLayer(SwiftMsgIncRepository swiftMsgIncRepository, SwiftMsgTxtRepository swiftMsgTxtRepository)
 {
     _swiftMsgIncRepository = swiftMsgIncRepository;
     _swiftMsgTxtRepository = swiftMsgTxtRepository;
 }
Ejemplo n.º 2
0
 public BusinessLayer()
 {
     _swiftMsgIncRepository = new SwiftMsgIncRepository();
     _swiftMsgTxtRepository = new SwiftMsgTxtRepository();
 }