示例#1
0
文件: Method.cs 项目: 392HEMI/Api
 public Method(DbEntity entity, ApiMethod method, bool isVisible, bool forAutorized)
 {
     this.entity = entity;
     this.method = method;
     this.isVisible = isVisible;
     this.forAutorized = forAutorized;
 }
示例#2
0
文件: Entity.cs 项目: 392HEMI/Api
 public Entity(string name, DbEntity entity)
 {
     this.entity = entity;
     this.name = name;
 }
示例#3
0
 public Entity(string name, DbEntity entity)
 {
     this.entity = entity;
     this.name   = name;
 }