コード例 #1
0
 public Scope PutScope(Scope s)
 {
     return(scopeRepo.Update(s));
 }