Пример #1
0
 public TaskGrantBuilder WithAutoTaskAndTask()
 {
     _autoTaskBuilder.Create();
     _taskBuilder.Create();
     return(this);
 }