예제 #1
0
 public BrandStorageTests()
 {
     _brandStorage = InitHelper.GetServiceCollection().GetRequiredService <IBrandStorage>();
 }
예제 #2
0
 public StorageInitTests()
 {
     _storageInit = InitHelper.GetServiceCollection().GetRequiredService <IStorageInit>();
 }
예제 #3
0
 public BodyTypeStorageTests()
 {
     _bodyTypeStorage = InitHelper.GetServiceCollection().GetRequiredService <IBodyTypeStorage>();
 }