示例#1
0
 public static DbContext Get()
 {
     return Context ?? (Context = new DbContext());
 }