Exemplo n.º 1
0
 public Log(string text, string project, TimeEntry time) : this(text, project)
 {
     Time = time;
 }
Exemplo n.º 2
0
 public Log()
 {
     Time = new TimeEntry();
 }