示例#1
0
 public Task <Draft> Get(String file)
 {
     return(draftRepo.GetInfo(file));
 }