Beispiel #1
0
 public Models.Task CreateBuilding(int WorkerID, FactoryTypeIDs FactoryTypeID)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public FactoryType GetFactoryType(FactoryTypeIDs FactoryTypeID)
 {
     throw new NotImplementedException();
 }
Beispiel #3
0
 public Task <Ingredient[]> GetIngredientsAsync(FactoryTypeIDs FactoryTypeID)
 {
     throw new NotImplementedException();
 }
Beispiel #4
0
 public Task <Product[]> GetProductsAsync(FactoryTypeIDs FactoryTypeID)
 {
     throw new NotImplementedException();
 }
Beispiel #5
0
 public Task <Material[]> GetMaterialsAsync(FactoryTypeIDs FactoryTypeID)
 {
     throw new NotImplementedException();
 }
Beispiel #6
0
 public Task <FactoryType> GetFactoryTypeAsync(FactoryTypeIDs FactoryTypeID)
 {
     throw new NotImplementedException();
 }
Beispiel #7
0
 public Product[] GetProducts(FactoryTypeIDs FactoryTypeID)
 {
     throw new NotImplementedException();
 }
Beispiel #8
0
 public Material[] GetMaterials(FactoryTypeIDs FactoryTypeID)
 {
     throw new NotImplementedException();
 }
Beispiel #9
0
 public Ingredient[] GetIngredients(FactoryTypeIDs FactoryTypeID)
 {
     throw new NotImplementedException();
 }