示例#1
0
 public TaskRepository(SUPERO_INTELBRASContext Context)
     : base(Context)
 {
 }
示例#2
0
 public Repository(SUPERO_INTELBRASContext Context)
 {
     _Context = Context;
 }