示例#1
0
 public ClientRepository(BinxioDb db, IXioMapper mapper, IXioLog <ClientRepository> log)
 {
     this.db     = db;
     this.mapper = mapper;
     this.log    = log;
 }
示例#2
0
 public UserRepository(BinxioDb db, IXioMapper mapper)
 {
     this.db     = db;
     this.mapper = mapper;
 }