Exemplo n.º 1
0
 public void Setup()
 {
     _name        = "Test step";
     _description = "Test description";
     _headerCode  = "Test header";
     _id          = new StepId(Guid.NewGuid());
     _difficulty  = 4;
     _score       = 42;
     _languageId  = new ProgrammingLanguageId(Guid.NewGuid());
 }
 public Task RemoveAsync(ProgrammingLanguageId id)
 {
     throw new NotImplementedException();
 }
 public Task <ProgrammingLanguage?> FindByIdAsync(ProgrammingLanguageId id)
 {
     throw new NotImplementedException();
 }