예제 #1
0
 public UserService(EbsContext context) : base(context)
 {
 }
예제 #2
0
 public BookService(EbsContext context) : base(context)
 {
 }
예제 #3
0
 public RoleService(EbsContext context) : base(context)
 {
 }
예제 #4
0
 public CommentService(EbsContext context) : base(context)
 {
 }
예제 #5
0
 public MessageService(EbsContext context) : base(context)
 {
 }
예제 #6
0
 public BookTransactionService(EbsContext context) : base(context)
 {
 }
예제 #7
0
 protected EntityService(EbsContext context)
 {
     this.context = context;
 }
예제 #8
0
 public DialogControlService(EbsContext context) : base(context)
 {
 }
예제 #9
0
파일: Logger.cs 프로젝트: FoxyChmoxy/ebs
 public Logger(EbsContext context)
 {
     _context = context;
 }