示例#1
0
 public TinctTaskRepository()
 {
     Current = this;
 }
示例#2
0
 static TinctTaskRepository()
 {
     Current = new TinctTaskRepository();
 }