public ReportRepository(IRepositoryCommon context)
 {
     this.context = context;
 }
示例#2
0
 public ApplicationUserRepository(IRepositoryCommon context)
 {
     this.context = context;
 }