コード例 #1
0
 public GroupController(IAccount account, IJSON json, ICSContentType contenttype, ILogging logging)
 {
     this.account     = account;
     this.json        = json;
     this.contenttype = contenttype;
     this.logging     = logging;
 }
コード例 #2
0
 public ContentTypeController(ICSContentType contenttype, IJSON json, ILogging logging)
 {
     this.contenttype = contenttype;
     this.json        = json;
     this.logging     = logging;
 }