Example #1
0
 public CenterRepository(TakingContext context)
     : base(context)
 {
 }
Example #2
0
 public MemberFRepository(TakingContext context)
     : base(context)
 {
 }
Example #3
0
 public FirmRepository(TakingContext context)
     : base(context)
 {
 }