コード例 #1
0
 public BusinessLayer(SwiftMsgIncRepository swiftMsgIncRepository, SwiftMsgTxtRepository swiftMsgTxtRepository)
 {
     _swiftMsgIncRepository = swiftMsgIncRepository;
     _swiftMsgTxtRepository = swiftMsgTxtRepository;
 }
コード例 #2
0
 public BusinessLayer()
 {
     _swiftMsgIncRepository = new SwiftMsgIncRepository();
     _swiftMsgTxtRepository = new SwiftMsgTxtRepository();
 }