Beispiel #1
0
 public MalInfoService(GenericImp <MalInfos> impl
                       ) : base(impl)
 {
 }
Beispiel #2
0
 public DistributionService(GenericImp <Distribution> impl
                            ) : base(impl)
 {
 }
Beispiel #3
0
 public SingleRecordBaseService(GenericImp <T> impl) : base(impl)
 {
 }
Beispiel #4
0
 public ExcelLikeDistributionService(GenericImp <Distribution> impl
                                     ) : base(impl)
 {
 }