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